auto merge of #163 : o11c/cargo/examples, r=wycats
authorbors <bors@rust-lang.org>
Sat, 12 Jul 2014 03:14:51 +0000 (03:14 +0000)
committerbors <bors@rust-lang.org>
Sat, 12 Jul 2014 03:14:51 +0000 (03:14 +0000)
commit7dcd19c6b08cac120fafbc9d0b2efc2e970017f5
tree9ef03bb11090f1f70426dd4f7d121aefd28e0f1a
parent9007f42507b11a92fc452bd516a4f538968caee5
parent2e909720040d1598aee4b7164ea0b072157fad5b
auto merge of #163 : o11c/cargo/examples, r=wycats

This add support for `examples/*.rs` being built (as normal bin crates) during `cargo test`,
and `src/test.rs` and `tests/*.rs` being built and run (as test crates) during `cargo test`.